home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global firstframe
- set firstframe to the frame
- repeat with yyy = 7 to 14
- set temp to word 1 of the name of cast the castNum of sprite yyy
- set the castNum of sprite yyy to the number of cast (temp && "?")
- puppetSprite(yyy, 0)
- end repeat
- sdeact(17)
- puppetSprite(3, 0)
- puppetSprite(4, 1)
- puppetSprite(6, 0)
- set the ink of sprite 4 to 36
- set the backColor of sprite 4 to 151
- updateStage()
- puppetSound(0)
- end
-